##   ___________		     _________		      _____  __
##   \_	  _____/______   ____   ____ \_   ___ \____________ _/ ____\/  |_
##    |    __) \_  __ \_/ __ \_/ __ \/    \  \/\_  __ \__  \\   __\\   __\ 
##    |     \   |  | \/\  ___/\  ___/\     \____|  | \// __ \|  |   |  |
##    \___  /   |__|    \___  >\___  >\______  /|__|  (____  /__|   |__|
##	  \/		    \/	   \/	     \/		   \/
##  ______________________                           ______________________
##			  T H E   W A R   B E G I N S
##	   FreeCraft - A free fantasy real time strategy game engine
##
##	Makefile	-	The make file (3 level).
##
##	(c) Copyright 1998-2000 by Lutz Sammer
##
##	siod.h siodp.h from SIOD - Scheme In One Day interpreter.
##		Copyright and Author: George J. Carrette, gjc@delphi.com
##
##	$Id: Makefile,v 1.30 2000/07/23 20:10:30 ariclone Exp $
##

TOPDIR= ../..
include $(TOPDIR)/Rules.make

MODULE	= include

OBJS	=

HDRS	= actions.h ai.h ccl.h freecraft.h construct.h cursor.h font.h icons.h \
	  image.h interface.h map.h minimap.h missile.h pathfinder.h player.h \
	  pud.h tileset.h unit.h unittype.h upgrade.h upgrade_structs.h \
	  ccl_sound.h sound.h sound_id.h unitsound.h wav.h sound_server.h \
	  video.h network.h goal.h ui.h button.h menus.h spells.h \
	  siod.h siodp.h iolib.h depend.h settings.h myendian.h rdtsc.h \
	  etlib/generic.h etlib/xmalloc.h etlib/hash.h etlib/dllist.h

all:
	echo done.

include $(TOPDIR)/Common.mk
